fmt.ss.scanInt (method)
7 uses
fmt (current package)
scan.go#L638: func (s *ss) scanInt(verb rune, bitSize int) int64 {
scan.go#L976: *v = int(s.scanInt(verb, intBits))
scan.go#L978: *v = int8(s.scanInt(verb, 8))
scan.go#L980: *v = int16(s.scanInt(verb, 16))
scan.go#L982: *v = int32(s.scanInt(verb, 32))
scan.go#L984: *v = s.scanInt(verb, 64)
scan.go#L1028: v.SetInt(s.scanInt(verb, v.Type().Bits()))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |